home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / acconfig.h next >
Encoding:
Text File  |  1996-04-14  |  1.6 KB  |  59 lines

  1. /* Define if you have GCC.  */
  2. #undef HAVE_GCC
  3.  
  4. /* Define if your system is HP-UX.  */
  5. #undef HAVE_HPUX
  6.  
  7. /* Define if you have a termcap library.  */
  8. #undef HAVE_LIBTERMCAP
  9.  
  10. /* Define if you have a terminfo library.  */
  11. #undef HAVE_LIBTERMINFO
  12.  
  13. /* Define if your system is Linux.  */
  14. #undef HAVE_LINUX
  15.  
  16. /* Define if you have a dumb C compiler, like the one running on B.O.S.  */
  17. #undef HAVE_DUMB_CC
  18.  
  19. /* Define if you have POSIX compatible terminal interface.  */
  20. #undef HAVE_POSIX_TTY
  21.  
  22. /* Define if you have System V compatible terminal interface.  */
  23. #undef HAVE_SYSTEMV_TTY
  24.  
  25. /* Define if you have BSD compatible terminal interface.  */
  26. #undef HAVE_BSD_TTY
  27.  
  28. /* Define if you have the utsname system call.  */
  29. #undef HAVE_UTSNAME
  30.  
  31. /* Define if you have the TIOCGWINSZ ioctl system call.  */
  32. #undef HAVE_WINSZ
  33.  
  34. /* Define if you have two-argument statfs with statfs.bsize member
  35.    (AIX, 4.3BSD).  */
  36. #undef STAT_STATFS2_BSIZE
  37.  
  38. /* Define if you have two-argument statfs with statfs.fsize member
  39.    (4.4BSD and NetBSD).  */
  40. #undef STAT_STATFS2_FSIZE
  41.  
  42. /* Define if you have two-argument statfs with struct fs_data (Ultrix).  */
  43. #undef STAT_STATFS2_FS_DATA
  44.  
  45. /* Define if you have 3-argument statfs function (DEC OSF/1).  */
  46. #undef STAT_STATFS3_OSF1
  47.  
  48. /* Define if you have four-argument statfs (AIX-3.2.5, SVR3).  */
  49. #undef STAT_STATFS4
  50.  
  51. /* Define if you have the statvfs system call.  */
  52. #undef STAT_STATVFS
  53.  
  54.  
  55. /* Leave that blank line there!!  Autoheader needs it.
  56.    If you're adding to this file, keep in mind:
  57.    The entries are in sort -df order: alphabetical, case insensitive,
  58.    ignoring punctuation (such as underscores).  */
  59.